Give our test VM a name with no space (Xend does not allow this at the moment).
authorewan@linford.intra <ewan@linford.intra>
Sat, 7 Oct 2006 17:22:48 +0000 (18:22 +0100)
committerewan@linford.intra <ewan@linford.intra>
Sat, 7 Oct 2006 17:22:48 +0000 (18:22 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/test/test_bindings.c

index 894b9cd5f9779794f351a49cd7c68eb89e3bde82..fc750f97a2992efeec926fbde4ef20595301a635 100644 (file)
@@ -275,7 +275,7 @@ static void create_new_vm(xen_session *session)
 
     xen_vm_record vm_record =
         {
-            .name_label = "New VM",
+            .name_label = "NewVM",
             .name_description = "New VM Description",
             .user_version = 1,
             .is_a_template = false,